SnapSite
SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs.
Co je SnapSite?
SnapSite je rozšíření Chrome vyvinuté snapsiteapp, a jeho hlavní funkcí je „SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SnapSite
Stáhněte si soubory rozšíření SnapSite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
It will also help developers to handle customers bugs by providing a Javascript library (check https://flysteur-dev.github.io/snapsite/ for documentation). This project is open source. Send your feedback at https://github.com/flysteur-dev/snapsite Read and change permission is required to send capture content to the web page through content script. Also available for Firefox, Safari, Opera, Edge.
Základní Informace o Rozšíření
Název | SnapSite |
ID | fkockbmpmgpelkjfnelaifdniigigmkp |
Oficiální URL | https://chromewebstore.google.com/detail/snapsite/fkockbmpmgpelkjfnelaifdniigigmkp |
Popis | SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs. |
Velikost souboru | 19.02 KB |
Počet instalací | 60 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2021-04-12 |
Datum Vydání | 2016-11-23 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | snapsiteapp |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://flysteur-dev.github.io/snapsite/ |
Podporované Jazyky | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "0.0.1", "default_locale": "en", "icons": { "16": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "background": { "scripts": [ "app.js" ], "persistent": true }, "browser_action": { "default_icon": "assets\/icon.png", "default_title": "__MSG_app_actions_clipboard__", "default_popup": "actions\/clipboard.html" }, "permissions": [ " |