Canonical Url Open
A push on a button will open Web page URL for full browsers (for personal computers) with a new tab.
Canonical Url Open란 무엇입니까?
Canonical Url Open은(는) ムーンドルド/瑠川菜月에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A push on a button will open Web page URL for full browsers (for personal computers) with a new tab."입니다.
확장 프로그램 스크린샷
Canonical Url Open 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A push on a button will open Web page URL for full browsers (for personal computers) with a new tab. ------------------------------------- As internal specification, it tries to open a new tab by the following methods. (1)canonical Page (canonical) URL to which priority is given in the Web page of two or more same contents is specified. It operates, only when the sauce of a Web page has the following specification. Example: (2)Open Graph Protocol Url (OGC) Legitimate URL of the Web page is specified. It operates, only when the sauce of a Web page has the following specification. Example: (3)Twitter Card Legitimate URL of the Web page is specified. It operates, only when the sauce of a Web page has the following specification. Example: (4)mixi (mixi check) URL for PC of the mixi check is set up. It operates, only when the sauce of a Web page has the following specification. (5)URL is corrected uniquely. It is original from the present URL and corrects URL. Example:https://????.com/smart/aaa.html → https://????.com/aaa.html Example:http://m.????.com/aaa.html → http://www.????.com/aaa.html
확장 프로그램 기본 정보
이름 | Canonical Url Open |
ID | hmmpcbkfbggkdcebjokfjocfddndepfo |
공식 URL | https://chromewebstore.google.com/detail/canonical-url-open/hmmpcbkfbggkdcebjokfjocfddndepfo |
설명 | A push on a button will open Web page URL for full browsers (for personal computers) with a new tab. |
파일 크기 | 52.24 KB |
설치 횟수 | 244 |
현재 버전 | 1.29 |
최근 업데이트 | 2022-09-13 |
출시 날짜 | 2016-08-29 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | ムーンドルド/瑠川菜月 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "64": "images\/icon64.png" }, "default_title": "Canonical Url Open" }, "options_page": "options.html", "name": "Canonical Url Open", "author": "moondoldo\/rukawanatuki", "version": "1.29", "manifest_version": 3, "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png", "32": "images\/icon32.png", "16": "images\/icon16.png" }, "default_locale": "en", "description": "__MSG_extensiondescription__", "permissions": [ "tabs", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |