SU Tools: Foursquare extension for Superusers
Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips).
SU Tools: Foursquare extension for Superusers란 무엇입니까?
SU Tools: Foursquare extension for Superusers은(는) https://sutools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips)."입니다.
확장 프로그램 스크린샷
SU Tools: Foursquare extension for Superusers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make your life as a Foursquare SU easier by using this extension. Follow @SUtools on twitter for the latest updates. If you're a Safari or Firefox user please download your copy of SU Tools from http://sutools.net Features: - After submitting a merge you have the option to leave a comment for the Superuser reviewing your merge request in the merge queue. - Google Maps API integration on Edit Venue page and address/merge queues. No longer do you need to lookup empty or incorrect addresses manually! Click the all new Cleanup button and see the magic happening. - change category to a custom category with one-click from the Search, History and Edit Venue pages - when searching have hovering links to Manage, Edit, Close and Flag Venue next to the venue links, option to sort results by relevance (default), distance, name and check-ins (and it remembers when you've searched for in the upper-right search box) - when reviewing your history also hovering links to Manage, Edit, Close and Flag Venue - on the venue page have an extended SU Tools menu, with links to Manage, Edit and Close Venue, as well as Search links to Google Maps and Foursquare itself using the venue name, location and city. - on the Edit Venue page the link to search Foursquare is displayed inline so you don't have to click back and forth between tabs, the link to Google Maps opens in a new tab. Also the links are extended so they use location, city and country for searching (use lat/long if address not available), cancel or revert values button. - on editing a venue and 4sq prompts you with double venues, links are provided next to each venue to submit the edit and merge automatically with the prompted venue. Click "Only merge" to submit remaining venues for merge or do only the merge and not confirm the edit you were just doing. Extra features: - Adds "Admin" link in the main menu linking to the /admin section for SU remembering if you're in local/country/world mode - Adds a clickable twitter and website link to the Edit Venue page (also in queues) - Removes " HQ" at the end of the venue name when searching in Google Maps - If you click the website link on the venue page it opens in a new window/tab - Makes state and zip fields larger in Merge/Address queues - Makes the Mayorships list bigger on any user profile - Added extended "Requested by:" section on merge queue. - Enables you to paste a complete URL in the merge venue ID input box Praise: - Take a look at the official website http://sutools.net to read what others have to say about my extension. - Give me praise here on the webstore by submitting your review! Disclaimers: - This extension is built upon some features of Foursquare extensions by other developers (thanks Michael Harris and Tom Humphries), you can remove those extensions to avoid double "Manage venue" links. - If you're a Safari or Firefox user download from http://sutools.net - I'm in no way affiliated or endorsed by Foursquare Labs, Inc. I'm an independent developer who's taken matters into his own. Support: For reporting issues please visit the GetSat site: http://getsatisfaction.com/foursquare/topics/_su_only_auto_formatting_on_edit_venue_page
확장 프로그램 기본 정보
이름 | SU Tools: Foursquare extension for Superusers |
ID | fhaodkdhmbgaogggcaaihcpinapofffk |
공식 URL | https://chromewebstore.google.com/detail/su-tools-foursquare-exten/fhaodkdhmbgaogggcaaihcpinapofffk |
설명 | Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips). |
파일 크기 | 67.92 KB |
설치 횟수 | 839 |
현재 버전 | 0.0.6.11 |
최근 업데이트 | 2012-10-20 |
출시 날짜 | 2012-10-19 |
평점 | 4.32/5 총 94 개의 평점 |
개발자 | https://sutools.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sutools.net/ |
도움말 페이지 URL | http://getsatisfaction.com/foursquare/topics/_su_only_auto_formatting_on_edit_venue_page |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "content_scripts": [ { "css": [ "sutools.css" ], "js": [ "jquery.min.js", "ga.js", "sutools.js" ], "matches": [ "https:\/\/*.foursquare.com\/*", "http:\/\/*.sutools.net\/*", "https:\/\/*.sutools.net\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/maps.googleapis.com\/", "http:\/\/*.sutools.net\/" ], "description": "Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com\/admin (Pro Tips).", "name": "SU Tools: Foursquare extension for Superusers", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/sutools.net\/", "version": "0.0.6.11", "icons": { "128": "sutools4sq.png" } } |