Thrilld
Thrilld Google Chrome Extension
O que é Thrilld?
Thrilld é uma extensão do Chrome desenvolvida por https://www.thrilld.com, e sua principal característica é "Thrilld Google Chrome Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thrilld
Baixe arquivos de extensão Thrilld no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Post images from anywhere on the web to your Thrilld scrapbook.
Informações Básicas da Extensão
Nome | Thrilld |
ID | nindhoejacnmfmfmapkkaddajbimnimh |
URL Oficial | https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh |
Descrição | Thrilld Google Chrome Extension |
Tamanho do Arquivo | 31.08 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.0.8 |
Última Atualização | 2016-02-10 |
Data de Publicação | 2016-02-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.thrilld.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.thrilld.com/ |
URL da Página de Ajuda | http://www.thrilld.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "scripts": [ "js\/construct.js", "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "images\/default_icon.png", "default_title": "Share to Thrilld" }, "content_scripts": [ { "all_frames": true, "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/construct.js", "js\/contentScript.js", "js\/popup.js", "js\/initContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "css": [ "css\/grid.css" ], "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/bookmarklet.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Thrilld Google Chrome Extension", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Thrilld", "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "http:\/\/thrilld.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "management" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8", "web_accessible_resources": [ "css\/bookmarklet.css", "images\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.thrilld.com\/*" ] } } |