SavedYouAClick
Help save your followers a click by tweeting directly the right information, image or video from the page
O que é SavedYouAClick?
SavedYouAClick é uma extensão do Chrome desenvolvida por xdamman, e sua principal característica é "Help save your followers a click by tweeting directly the right information, image or video from the page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SavedYouAClick
Baixe arquivos de extensão SavedYouAClick 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
This chrome extension adds a new option in your contextual menu to let you tweet any text selection, image or video from the page. The image is uploaded natively to Twitter so that it shows up directly in the feed. It will also automatically try to find the original tweet from the publisher so that your tweet can reference it.
Informações Básicas da Extensão
Nome | |
ID | hkgcdkbiagggeknkikljpmcnnmjamgnl |
URL Oficial | https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl |
Descrição | Help save your followers a click by tweeting directly the right information, image or video from the page |
Tamanho do Arquivo | 651 KB |
Contagem de Instalações | 68 |
Versão Atual | 0.0.1 |
Última Atualização | 2014-08-27 |
Data de Publicação | 2014-08-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | xdamman |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SavedYouAClick", "version": "0.0.1", "description": "Help save your followers a click by tweeting directly the right information, image or video from the page", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "activeTab", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "img\/SavedYouAClick-16.png", "48": "img\/SavedYouAClick-48.png", "64": "img\/SavedYouAClick-64.png", "128": "img\/SavedYouAClick-128.png" }, "manifest_version": 2 } |