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 هو إضافة Chrome تم تطويرها بواسطة jfmonteil، والميزة الرئيسية لها هي "This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Capitalize!t
قم بتنزيل ملفات الامتداد Capitalize!t بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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", " |