Synaps Bookmarks
This extension allow you to save web-links (bookmarks) to the SYNAPS storage.
Synaps Bookmarks란 무엇입니까?
Synaps Bookmarks은(는) https://thesynaps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allow you to save web-links (bookmarks) to the SYNAPS storage."입니다.
확장 프로그램 스크린샷
Synaps Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save web-links directly in your browser. Bookmarking it was tiring. We are changing the way we work with bookmarks on a computer. Our service offers you a new experience with your bookmarks. The latest update itself will offer you tags for bookmarks. Now you can easily navigate your bookmarks. The extension is available on all popular browsers. Now you will never lose your bookmarks. This extension allow you to save web-links (bookmarks) to the SYNAPS storage. To do this, click on the extension icon in the browser panel. In the plug-in window, fill in the tags that you associate with the web page - in most cases the plug-in will itself suggest suitable ones! Save the bookmark to the SYNAPS storage Using this plugin, you can also go to the SYNAPS storage. You can always find a previously saved bookmarks there by entering several tags from the ones you selected before. If you forgot tags, the graphical interface will propose the most valid variants.
확장 프로그램 기본 정보
이름 | Synaps Bookmarks |
ID | jimnaockanbhdicpodengaaeclhdnmhj |
공식 URL | https://chromewebstore.google.com/detail/synaps-bookmarks/jimnaockanbhdicpodengaaeclhdnmhj |
설명 | This extension allow you to save web-links (bookmarks) to the SYNAPS storage. |
파일 크기 | 700 KB |
설치 횟수 | 194 |
현재 버전 | 0.5.4 |
최근 업데이트 | 2022-08-16 |
출시 날짜 | 2020-06-01 |
평점 | 5.00/5 총 17 개의 평점 |
개발자 | https://thesynaps.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://thesynaps.com/ |
개인정보 보호 정책 페이지 URL | http://thesynaps.com/privacy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Synaps Bookmarks", "description": "__MSG_extDescription__", "version": "0.5.4", "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/dexie.js", "js\/background.js" ] }, "options_ui": { "page": "options.html", "browser_style": true, "chrome_style": true }, "browser_action": { "default_popup": "\/popup.html", "browser_style": true, "default_title": "Synaps bookmarks", "default_icon": { "48": "images\/icon48.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/*.thesynaps.com\/", "https:\/\/thesynaps.com\/", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |