Recursive
Explore the endless web!
Recursive क्या है?
Recursive mike.cann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Explore the endless web!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recursive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Recursive is an experimental tool for visualising the world wide web. Given a URL it downloads the page, searches for links, then recursively downloads each one of those. The information is then displayed in a node-based graph. Version History: ----- v.1.3 - 10/12/2015 ------ - fixed broken zip file ----- v.1.2 - 10/12/2015 ------ - modernized it so it now builds via gulp - works again in chrome ----- v.1.1 ------ - Now only displays recursive icon on tabs with http:// and https:// - Full screen now works (uncommented that line of code, doh!) - Pause and reseting a recurse now works correctly - Renamed the title page of the app - Some Performance improvments - There is now an option in the settings to define a custom file filter - There is now a setting to disable removing duplicate files
एक्सटेंशन की मूल जानकारी
नाम | Recursive |
ID | hbgbcmcmpiiciafmolmoapfgegbhbmcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/recursive/hbgbcmcmpiiciafmolmoapfgegbhbmcc |
विवरण | Explore the endless web! |
फ़ाइल का आकार | 1.04 MB |
स्थापना संख्या | 615 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2016-01-05 |
प्रकाशन तिथि | 2016-01-04 |
रेटिंग | 3.42/5 कुल 12 रेटिंग्स |
डेवलपर | mike.cann |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recursive", "manifest_version": 2, "description": "Explore the endless web!", "version": "1.3", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "options_page": "app.htm", "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon48.png" }, "default_title": "Recursive" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [] } |