Favorite Urls
Store Your Favorite
Favorite Urls란 무엇입니까?
Favorite Urls은(는) dholakiyaankit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store Your Favorite"입니다.
확장 프로그램 스크린샷
Favorite Urls 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Favorite URLs is an Extension for managing your Favorite links easily.You can store your favorite links to your extension unlimited links. If you want to add any Link then click on the Add New button at below. Suppose, you want to add current URL which you are viewing then just click on the extension and then Add current button. Its also provide delete and delete all functionality.
확장 프로그램 기본 정보
이름 | Favorite Urls |
ID | olhgkifdaennjjlkoclicpjmidfldcnj |
공식 URL | https://chromewebstore.google.com/detail/favorite-urls/olhgkifdaennjjlkoclicpjmidfldcnj |
설명 | Store Your Favorite |
파일 크기 | 262 KB |
설치 횟수 | 115 |
현재 버전 | 1.4 |
최근 업데이트 | 2019-08-05 |
출시 날짜 | 2019-08-05 |
평점 | 4.63/5 총 16 개의 평점 |
개발자 | dholakiyaankit |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Favorite Urls", "description": "Store Your Favorite", "version": "1.4", "short_name": "Favorite URLs", "browser_action": { "default_icons": { "16": "assets\/images\/Book-mark-16.png", "48": "assets\/images\/Book-mark-48.png", "128": "assets\/images\/Book-mark-128.png" }, "default_icon": "assets\/images\/Bookmark.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ] } |