Open in Instapaper Text
Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Open in Instapaper Text क्या है?
Open in Instapaper Text rawbytz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open in Instapaper Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS: • Right click links to open them faster in Instapaper Text without loading the original page first. • Assign a keyboard shortcut, and hide the toolbar icon if desired. *Important Notes* • "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. • Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options. • Not all websites are Instapaper Text compatible. Ver 2.2: Updated to handle new facebook link format on right click.
एक्सटेंशन की मूल जानकारी
नाम | Open in Instapaper Text |
ID | lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
विवरण | Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links. |
फ़ाइल का आकार | 22.96 KB |
स्थापना संख्या | 3,372 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2017-08-31 |
प्रकाशन तिथि | 2017-08-31 |
रेटिंग | 4.70/5 कुल 10 रेटिंग्स |
डेवलपर | rawbytz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Instapaper Text", "version": "2.2", "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.", "browser_action": { "default_icon": "ip_128.png", "default_title": "Open in Instapaper Text" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "ip_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |