SavedYouAClick
Help save your followers a click by tweeting directly the right information, image or video from the page
Wat is SavedYouAClick?
SavedYouAClick is een Chrome-extensie ontwikkeld door xdamman, en de belangrijkste functie is "Help save your followers a click by tweeting directly the right information, image or video from the page".
Extensie Screenshots
Download het CRX-bestand van de extensie SavedYouAClick
Download SavedYouAClick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hkgcdkbiagggeknkikljpmcnnmjamgnl |
Officiële URL | https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl |
Beschrijving | Help save your followers a click by tweeting directly the right information, image or video from the page |
Bestandsgrootte | 651 KB |
Aantal Installaties | 68 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-08-27 |
Publicatiedatum | 2014-08-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | xdamman |
Betalingswijze | free |
Ondersteunde Talen | 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 } |