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 là gì?
Capitalize!t là một tiện ích mở rộng Chrome được phát triển bởi jfmonteil, và tính năng chính của nó là "This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Capitalize!t
Tải xuống các tệp mở rộng Capitalize!t dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | elkppeldmfcophocjliimofkdlnmeghk |
URL Chính Thức | https://chrome.google.com/webstore/detail/capitalizet/elkppeldmfcophocjliimofkdlnmeghk |
Mô tả | This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.… |
Kích Thước Tệp | 403 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2015-02-01 |
Ngày Phát Hành | 2015-02-01 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | jfmonteil |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub |
URL Trang Trợ Giúp | https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub |
Ngôn Ngữ Được Hỗ Trợ | 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", " |