FourteenFish
Quickly add entries to your FourteenFish Portfolio
FourteenFish क्या है?
FourteenFish https://www.fourteenfish.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly add entries to your FourteenFish Portfolio"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FourteenFish एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
From any web page, just click the extension and you'll be taken to a new entry in your FourteenFish Portfolio with several of the fields already filled in. You can even select some text on the page before clicking the icon to include this text in the Notes box.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eibdnbdagdbjnnilmejnknnbblmdiibd |
आधिकारिक URL | https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd |
विवरण | Quickly add entries to your FourteenFish Portfolio |
फ़ाइल का आकार | 36.87 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2020-09-26 |
प्रकाशन तिथि | 2016-11-15 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.fourteenfish.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.fourteenfish.com/about/learningdiary |
सहायता पृष्ठ URL | https://www.fourteenfish.com/support |
गोपनीयता नीति पृष्ठ URL | https://www.fourteenfish.com/datasecurity |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FourteenFish", "description": "Quickly add entries to your FourteenFish Portfolio", "version": "1.3", "browser_action": { "default_icon": { "19": "fourteenfish19.png", "38": "fourteenfish38.png" }, "default_title": "Save a reference to the current web page in your FourteenFish Portfolio as a learning entry." }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "fourteenfish16.png", "32": "fourteenfish32.png", "48": "fourteenfish48.png", "64": "fourteenfish64.png", "128": "fourteenfish128.png", "256": "fourteenfish256.png" } } |