Update bookmark
This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..
Update bookmark란 무엇입니까?
Update bookmark은(는) Andrey Hohutkin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count.."입니다.
확장 프로그램 스크린샷
Update bookmark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To update quickly a bookmark to last forum message or YouTube next video then it is your extension.
확장 프로그램 기본 정보
이름 | Update bookmark |
ID | bbkpimlolhbojojeceiinmmfiejedmcj |
공식 URL | https://chromewebstore.google.com/detail/update-bookmark/bbkpimlolhbojojeceiinmmfiejedmcj |
설명 | This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count.. |
파일 크기 | 37.69 KB |
설치 횟수 | 33 |
현재 버전 | 1.4.12 |
최근 업데이트 | 2019-12-10 |
출시 날짜 | 2019-12-10 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Andrey Hohutkin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "{08cc31c0-b1cb-461c-8ba2-95edd9e76a02}" } }, "manifest_version": 2, "name": "Update bookmark", "short_name": "Upd.bookmark", "version": "1.4.12", "description": "This add-on allows to replace or update an existing bookmark title and\/or URL with a minimal click count..", "icons": { "48": "icons\/icon48.png" }, "permissions": [ "bookmarks", "tabs", "contextMenus", "storage", "identity", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "774259488933-8kliosoov7e5m8egsln4fr3skshusaou.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/icon48.png", "theme_icons": [ { "light": "icons\/icon32-light.png", "dark": "icons\/icon32.png", "size": 32 } ], "default_title": "Update bookmark", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "commands": { "update-url": { "suggested_key": { "default": "Ctrl+Space", "mac": "MacCtrl+Space" }, "description": "Send a 'update-url' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "mac": "MacCtrl+Q" } } } } |