Double Read
This extension will allow you to read in two different columns, which act like independent pages.
Double Read क्या है?
Double Read Andres Martin Jimenez (artistamultimedia.es) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to read in two different columns, which act like independent pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Double Read एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome extension that will allow you to read websites on two columns (which act like independent pages). IMPORTANT: There's a limitation, websites which don't allow external origin scripts won't load. What's new 1.6: - Now it stops when there's no more to show - Updates scroll on resize - You can scroll from both sides What's new 1.3: - Error message when iframe not possible - Now when you click on a link the other column/frame also updates. - New icon
एक्सटेंशन की मूल जानकारी
नाम | Double Read |
ID | kcacjknamjmflfkgibhnidhhddiaidao |
आधिकारिक URL | https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao |
विवरण | This extension will allow you to read in two different columns, which act like independent pages. |
फ़ाइल का आकार | 5.67 KB |
स्थापना संख्या | 756 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2014-04-07 |
प्रकाशन तिथि | 2014-04-07 |
रेटिंग | 4.33/5 कुल 15 रेटिंग्स |
डेवलपर | Andres Martin Jimenez (artistamultimedia.es) |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Double Read", "version": "1.6", "description": "This extension will allow you to read in two different columns, which act like independent pages.", "icons": { "48": "icon.png" }, "background": { "persistent": false, "scripts": [ "doubleread.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" } } |