Današnja pitanja o pitanjima i odgovorima daju nam zahvaljujući SuperUser, podjela Škole razmjene, zajednice-driven grupiranje Q & A web stranica.
Pitanje
Čitač SuperUser Arulappan ne upotrebljava ugrađeni alat za sinkronizaciju Chromea i želite ručno sinkronizirati njegova proširenja bez upotrebe Chrome Storea. Piše:
I have not tried to sync Chrome among my systems. My friend was not able to add an extension (YouTube Downloader). But I added it to my browser sometime before. So I tried to copy the.crx file and install in the other computer. Chrome notified me that “Using Chrome Web Store only you can install”.
So how can I install in the other system?
Je li to jednostavno kao kopiranje datoteke ili postoji više uključenih u premještanje ekstenzija iz jednog sustava na drugi?
Odgovor
Suradnik SuperUser Synetech skoči s detaljnim odgovorom:
You should be able to install the.crx file, but you may need to try a few things.
First, if you simply drag the.crx file to the browser window, you should see a notice at the bottom of the page asking you to confirm. If you click Confirm, it should ask you to install. If that does not work, try creating a simple.html file that has an anchor ( tag) with an href pointing to the.crx file:
extension
Put the.html file in the same location as the.crx file and open it. Click the link and see if Chrome allows you to install it like that.
If it does not, you can try running a local webserver and serving the file from there (I know I have done this at least once before).
Another (probably easier) option is to extract the.crx file (using 7Zip for example). Open the extensions page (chrome://extensions/), click the Developer mode check-box, and then Load unpacked extension…:
- Open the extensions page (chrome://extensions/)
- Click the Developer mode check-box
- Examine the ID of the extension (long string of letters next to ID:)
- Open the User Data Directory, then the Extensions directory
- Copy the folder with the same name as the extensions’s ID to the Extensions folder of the target system
- Open the file Preferences in the User Data Directory in a text editor
- Find the section containing the extension (do a search for the ID)
- Copy the whole section, making sure to match braces correctly, for example:
'jchfimlohbodnpamghfgfgabbnfajpbe': { 'from_bookmark': false, 'from_webstore': false, … 'path': 'jchfimlohbodnpamghfgfgabbnfajpbe\2012.6.9_0', 'state': 1 },
- Zalijepite proširenje u datoteku Mogućnosti ciljnog računala. Provjerite prvu zarez (}, na kraju bloka). Ako je blok koji ste zalijepili posljednji (tj. Sljedeći redak je jednostruki stupac koji se vraća natrag), tada morate ukloniti zarez, ali ako je to još jedan blok, onda morate biti sigurni da je ondje (to, Jasno je da li vam je potrebna ili ne, kada ga zalijepite)
- Spremite datoteku (preporučujemo da napravite sigurnosnu kopiju Postavki i možda čak i cijelo proširenje) i pokrenite Chrome
To su opcije za kopiranje općih proširenja, no za proširenja koja su posebno namijenjena preuzimanju videozapisa na YouTubeu, preporučujem prekinuto produljenje ekstenzija (koje se obično pokreću u cijelom zasebnom postupku) i upotrebom YousableTubeFix korisničke skripte.
YousableTubeFix također vam omogućuje konfiguriranje videozapisa na YouTubeu kako ne bi automatski pokrenuli puferiranje i reprodukciju, što je iznimno korisno.
I zato što je skripta, radi samo kada je to potrebno, tako da ne upotrebljava dodatnu memoriju prilikom pregledavanja drugih web mjesta i također ne zahtijeva web-trgovinu i jednostavno se može spremiti / instalirati / etc.
Čvrsti odgovor i savjet na praktičnoj skripti YouTubea? Boja nas impresionirala.
Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.