Screeny
Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями
Qu'est-ce que Screeny ?
Screeny est une extension Chrome développée par serg.ignatov, et sa fonction principale est "Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screeny
Téléchargez les fichiers d'extension Screeny au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями. Чтобы сделать скриншот в контекстном меню страницы выберите пункт "Скриншот страницы".
Informations de Base sur l'Extension
Nom | |
ID | bboodebagkbjfnkgefanjebjknclndfo |
URL Officiel | https://chrome.google.com/webstore/detail/screeny/bboodebagkbjfnkgefanjebjknclndfo |
Description | Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями |
Taille du Fichier | 52.74 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2014-02-21 |
Date de Publication | 2014-02-21 |
Évaluation | 3.38/5 Total 8 Évaluations |
Développeur | serg.ignatov |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |