Screeny
Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями
Cos'è Screeny?
Screeny è un'estensione di Chrome sviluppata da serg.ignatov, e la sua funzione principale è "Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screeny
Scarica i file di estensione Screeny in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями. Чтобы сделать скриншот в контекстном меню страницы выберите пункт "Скриншот страницы".
Informazioni di Base sull'Estensione
Nome | |
ID | bboodebagkbjfnkgefanjebjknclndfo |
URL Ufficiale | https://chrome.google.com/webstore/detail/screeny/bboodebagkbjfnkgefanjebjknclndfo |
Descrizione | Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями |
Dimensione del File | 52.74 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2014-02-21 |
Data di Pubblicazione | 2014-02-21 |
Valutazione | 3.38/5 Totale 8 Valutazioni |
Sviluppatore | serg.ignatov |
Tipo di Pagamento | free |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.5", "default_locale": "ru", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage", "notifications", "tabs", "contextMenus" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "js": [ "html2canvas.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ] } } |