Capitalize!t
This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…
Capitalize!t क्या है?
Capitalize!t jfmonteil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Capitalize!t एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add. Initially intended for my students, in their Business Intelligence and Media Analysis program, this “software” (if I can call it so) can be used for anyone who wants to create / edit / annotate easily and share a bookmark database. Why Capitalize!t when plenty of bookmarks management tool exist ? > Capability to create your custom metadata > All bookmarks and metadata saved in Google Spreadsheet enabling Analysis with free tools on the web and Sharing with other students New version 4 : lets you pick images from the page and highlighted text
एक्सटेंशन की मूल जानकारी
नाम | |
ID | elkppeldmfcophocjliimofkdlnmeghk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/capitalizet/elkppeldmfcophocjliimofkdlnmeghk |
विवरण | This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.… |
फ़ाइल का आकार | 403 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2015-02-01 |
प्रकाशन तिथि | 2015-02-01 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | jfmonteil |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub |
सहायता पृष्ठ URL | https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capitalize!t", "version": "4.0", "manifest_version": 2, "minimum_chrome_version": "29", "browser_action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "selectionjfm.js", "jquery-1.11.1.min.js", "jquery-ui.min.js" ], "css": [ "jquery-ui.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "icons": { "16": "icon-small.png", "48": "icon.png", "128": "icon-small.png" }, "permissions": [ "https:\/\/secure.flickr.com\/", "identity", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/spreadsheets.google.com\/*", "tabs", "storage", " |