My Cloud Bookmarks
Search your bookmarks while searching for information in search engines. Save bookmarks with details for future reference
My Cloud Bookmarks란 무엇입니까?
My Cloud Bookmarks은(는) http://www.prophecy.co.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search your bookmarks while searching for information in search engines. Save bookmarks with details for future reference"입니다.
확장 프로그램 스크린샷
My Cloud Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically Search your own bookmarks too, while searching for information in Google, Bing, Yahoo search engines. Save your own bookmarks, with proper categorization, short notes and star rating for your future reference at Prophecy stores for free. These bookmarks also made available over cloud for your editing. Use Alt+B (Alternate Bookmark) anytime to bookmark a page.
확장 프로그램 기본 정보
이름 | |
ID | lccennflakcnjjgfobablnapdcmjeoin |
공식 URL | https://chrome.google.com/webstore/detail/lccennflakcnjjgfobablnapdcmjeoin |
설명 | Search your bookmarks while searching for information in search engines. Save bookmarks with details for future reference |
파일 크기 | 115 KB |
설치 횟수 | 43 |
현재 버전 | 1.0.1.4 |
최근 업데이트 | 2016-09-29 |
출시 날짜 | 2016-09-29 |
개발자 | http://www.prophecy.co.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.prophecy.co.in |
도움말 페이지 URL | http://www.prophecy.co.in/services/mycloudbookmarks/help/help.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Cloud Bookmarks", "short_name": "My Cloud Bookmarks", "description": "Search your bookmarks while searching for information in search engines. \n\nSave bookmarks with details for future reference", "version": "1.0.1.4", "manifest_version": 2, "browser_action": { "default_icon": "images\/ppred.png", "default_popup": "bookmarks.html", "default_title": "Want to bookmark this page?" }, "icons": { "10": "images\/ppgreen.png", "16": "images\/ppred16.png", "20": "images\/ppgold.png", "30": "images\/ppblue.png", "32": "images\/ppred32.png", "40": "images\/ppred.png", "48": "images\/ppred48.png", "128": "images\/ppred128.png" }, "background": { "scripts": [ "js\/jquery-min.js", "js\/client_platform.js", "js\/chkbrowser.js", "js\/key.js", "js\/pplogin.js", "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src https:\/\/*.google.com 'unsafe-eval' ; object-src 'self'", "oauth2": { "client_id": "174325550089-ojcvkigdf0cp0lt184rt6e3q5m3pupat.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+B", "windows": "Alt+B", "mac": "Alt+Shift+B" } } }, "incognito": "spanning", "permissions": [ "webNavigation", "identity", "identity.email", "tabs", "activeTab", "http:\/\/www.prophecy.co.in\/*", "https:\/\/www.prophecy.co.in\/*", "alarms" ] } |