Forum Urls
Create forum friendly links with url and title from current page. (BB code and more)
Forum Urls란 무엇입니까?
Forum Urls은(는) https://norcats.blogspot.no에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create forum friendly links with url and title from current page. (BB code and more)"입니다.
확장 프로그램 스크린샷
Forum Urls 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps you create forum friendly links with url and title from current page in browser. BB code and a couple of other predefined formats are available upon installation. In options page you can customize and add your own formats, and select default format to use. Options are saved to Chrome storage and is automatically synchronized between other devices that you are logged into. This extension can safely be used in incognito mode, and options are persisted also here, no user information or logs is stored.
확장 프로그램 기본 정보
이름 | Forum Urls |
ID | ohofimfhgiombfcjllchiiiifanomffi |
공식 URL | https://chromewebstore.google.com/detail/forum-urls/ohofimfhgiombfcjllchiiiifanomffi |
설명 | Create forum friendly links with url and title from current page. (BB code and more) |
파일 크기 | 97.33 KB |
설치 횟수 | 21 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-07-10 |
출시 날짜 | 2015-02-09 |
개발자 | https://norcats.blogspot.no |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Forum Urls", "description": "Create forum friendly links with url and title from current page. (BB code and more)", "version": "1.4", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "options_page": "options.html", "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Forum Urls" }, "permissions": [ "activeTab", "clipboardWrite", "storage" ] } |