arah.in URL Shortener
Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL
arah.in URL Shortener란 무엇입니까?
arah.in URL Shortener은(는) https://arah.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL"입니다.
확장 프로그램 스크린샷
arah.in URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
arah.in - THE BEST URL SHORTENER STOP wasting time forgetting your long URL from NOW! The #1 URL Shortener extension! Tired of remebering your long URL? Shorten your long URL for FREE! Demo: http://arah.in/chrome-extension-demo Donate: http://arah.in/donate Features: - Fast - Customize your short URL (optional) - ONE CLICK TO COPY your short URL - View your short URL history - Search your short URL history - Delete your short URL history - Right click on ANY WEB PAGES to shorten its URL - Right click on ANY URL to shorten - Right click on ANY SELECTED URL to shorten Upcoming features: - Autocopy setting - More light (smaller in size) - Short URL with expiry time (idk, do you need it?) - Your suggestion? (email me: [email protected]) https://arah.in LIFE IS TOO SHORT TO REMEMBER LONG URL http://renhard.net Renhard Julindra
확장 프로그램 기본 정보
이름 | arah.in URL Shortener |
ID | hdbcmghlgegfaflnidgmoiflldeddaab |
공식 URL | https://chromewebstore.google.com/detail/arahin-url-shortener/hdbcmghlgegfaflnidgmoiflldeddaab |
설명 | Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL |
파일 크기 | 927 KB |
설치 횟수 | 177 |
현재 버전 | 0.9.3 |
최근 업데이트 | 2023-09-28 |
출시 날짜 | 2018-08-05 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://arah.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://arah.in |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "arah.in URL Shortener", "short_name": "arah.in", "description": "Shorten your long URL. LIFE IS TOO SHORT TO REMEMBER LONG URL", "author": "Renhard Julindra", "homepage_url": "https:\/\/arah.in", "version": "0.9.3", "browser_action": { "default_icon": "img\/arah.in_32x32.png", "default_popup": "popup.html", "default_title": "URL Shortener" }, "icons": { "16": "img\/arah.in_16x16.png", "48": "img\/arah.in_48x48.png", "128": "img\/arah.in_128x128.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "notifications", "https:\/\/arah.in\/" ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |