Tweet Page
A button that lets you tweet the current page title and url.
Tweet Page क्या है?
Tweet Page Stuart Knightley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A button that lets you tweet the current page title and url."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tweet Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting. No adware. Open source.
एक्सटेंशन की मूल जानकारी
नाम | Tweet Page |
ID | eobpfipgbnimppmpmcladpjdgeobmbaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf |
विवरण | A button that lets you tweet the current page title and url. |
फ़ाइल का आकार | 9.82 KB |
स्थापना संख्या | 288 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2014-01-20 |
प्रकाशन तिथि | 2014-01-20 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | Stuart Knightley |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Stuk/tweet-page-chrome-extension |
सहायता पृष्ठ URL | https://github.com/Stuk/tweet-page-chrome-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Page", "version": "0.0.1", "manifest_version": 2, "description": "A button that lets you tweet the current page title and url.", "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_tweetPage__" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "permissions": [ "tabs" ] } |