FakeTag
This extension adds bookmark-tagging functionality to your browser.
FakeTag란 무엇입니까?
FakeTag은(는) https://genggoen.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds bookmark-tagging functionality to your browser."입니다.
확장 프로그램 스크린샷
FakeTag 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Here's how it works. For example, if you use this extension to bookmark "example.com" (URL) and attach "X" and "Y" tags to it, two bookmarks pointing to "example.com" are created in "X" and "Y" folders. And these duplicate bookmarks stored in different folders are displayed as one "composite bookmark" with two tags (thus called "fake" tags). This approach (using folders as tags) has the following advantages (among others): - You don't need to create tags from scratch after installing this extension. - Your tags are synced by your browser. - You don't lose your tags after uninstalling this extension. For more information, see "FakeTag User Guide" (click "Website" on the right side of this page).
확장 프로그램 기본 정보
이름 | FakeTag |
ID | ldiciehcpokgkkgjfggeeljealplbkoo |
공식 URL | https://chromewebstore.google.com/detail/faketag/ldiciehcpokgkkgjfggeeljealplbkoo |
설명 | This extension adds bookmark-tagging functionality to your browser. |
파일 크기 | 155 KB |
설치 횟수 | 46 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2022-06-06 |
출시 날짜 | 2019-07-27 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | https://genggoen.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://genggoen.blogspot.com/2019/06/faketag-userguide-toc.html |
개인정보 보호 정책 페이지 URL | https://genggoen.blogspot.com/2019/07/privacy-policy.html |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Metadata_name__", "short_name": "__MSG_Metadata_shortName__", "version": "1.1.1", "description": "__MSG_Metadata_description__", "default_locale": "en", "permissions": [ "bookmarks", "storage", "activeTab" ], "icons": { "16": "\/icons\/logo16.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" }, "background": { "service_worker": "event-page\/main.js", "type": "module" }, "action": { "default_popup": "\/ui\/PageEditor\/PageEditor.html", "default_icon": { "16": "\/icons\/logo16.png", "24": "\/icons\/logo24.png", "32": "\/icons\/logo32.png" } }, "omnibox": { "keyword": "#" }, "commands": { "openTagBrowser": { "description": "__MSG_HotkeyHandler_openTagBrowser__" } }, "options_page": "\/ui\/OptionsPage\/OptionsPage.html" } |