Another.site - find all similar sites
Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.
Another.site - find all similar sites란 무엇입니까?
Another.site - find all similar sites은(는) http://another.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click."입니다.
확장 프로그램 스크린샷
Another.site - find all similar sites 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you found an interesting website that you like? Do you want to find more sites like this? Use our simple extension to instantly find more resources on any topic you need! Just click on the extension icon and you’ll see an exhaustive list of similar, related and alternative sites to the one you’re currently on. Explore the internet in a more convenient way, and discover new websites and pages you never knew before in the fields you’re curious about. ★Features★ ☆All similar sites just in 1 click Simply and quickly find analogies of sites that you like ☆Rating of sites Make a choice based on the rating of other users ☆Discussion of the site in the comments Discuss sites with other users and read popular comments ☆All important information without visiting the site Read the detailed description of sites without visiting them ☆Quick access to all pages of the site Open only what you need with quick links leading to important pages of the site ☆100% anonymous search We do not store the history of your search and do not use other technologies to know the history of your search Why millions of people choose our extension: ✔ Simple ✔ Instant ✔ Reliable ✔ Convenient ✔ Exhaustive ✔ Informative
확장 프로그램 기본 정보
이름 | |
ID | aphjajolpkblejofnillmeoibfkigeen |
공식 URL | https://chrome.google.com/webstore/detail/anothersite-find-all-simi/aphjajolpkblejofnillmeoibfkigeen |
설명 | Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click. |
파일 크기 | 6.66 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.3 |
최근 업데이트 | 2018-01-02 |
출시 날짜 | 2018-01-02 |
평점 | 2.85/5 총 13 개의 평점 |
개발자 | http://another.site |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://another.site/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Another.site - find all similar sites", "description": "Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.", "version": "1.3", "browser_action": { "default_icon": "128x128.png", "default_title": "Another Site" }, "permissions": [ "activeTab", "background", "tabs", "https:\/\/another.site\/" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "128x128.png" ] } |